home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / imexporters / csv / profiles / postbankffm.conf < prev    next >
Text File  |  2014-12-19  |  2KB  |  68 lines

  1.  
  2. char name="PostbankFFM"
  3. char shortDescr="PostbankFFM"
  4. char version="5.4.2"
  5. char longDescr="Postbank FFM"
  6. int import="1"
  7. int export="0"
  8.  
  9. char type="csv"
  10. char groupNames="transaction", "transfer", "debitnote", "line"
  11. char dateFormat="DD.MM.YYYY"
  12. int utc="0"
  13.  
  14. # Valid subjects are:
  15. # - transactions: This exports booked transactions (default)
  16. # - notedTransactions: Exports noted transactions
  17. #
  18. char subject="transactions"
  19.  
  20. # The following vars are used when there is an additional field within a
  21. # record which defines the sign of the amount.
  22. # Some banks use "C" (positive) and "D" (negative) or "Af" (negative) and
  23. # "Bij" (positive)
  24. int usePosNegField="0"
  25. char posNegFieldName="posNeg"
  26. #char positiveValues="Bij", "C"
  27. #char negativeValues="Af", "D"
  28. int defaultIsPositive="1"
  29.  
  30. int switchLocalRemote="1"
  31. int switchOnNegative="0"
  32.  
  33. # default is "float", other values: "rational"
  34. char valueFormat="float"
  35.  
  36. params {
  37.   # if 1 then values are quoted
  38.   quote="0"
  39.   IgnoreLines=10 
  40.   # if 1 then a title line will be written containing the names of each
  41.   # column
  42.   title="1"
  43.   
  44.   # special values are "TAB" and "SPACE"
  45.   delimiter="TAB" 
  46.   
  47.   # this is the group name looked for in the given data to GWEN_CSV_Write
  48.   # if not given then all groups match
  49.   #group="transaction"
  50.   
  51.   # this group contains the definition for each column
  52.   # each variable in this group has its number as name
  53.   # you can use index variables in the names (using square brackets)
  54.   # the value of each of these variables is the name of a variable to be looked
  55.   # up in the data given to GWEN_CSV_Write
  56.   columns {
  57.     1="date"
  58.     2="valutadate"
  59.     3="TransactionText"
  60.     4="purpose"
  61.     5="localname"
  62.     6="remoteName"
  63.     7="value/value"
  64.   } # columns
  65.  
  66. } # params
  67.  
  68.